home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / gopher / Unix / gateways / techinfo / gophtech / gw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-01  |  1.3 KB  |  43 lines

  1. /* log file name */ 
  2. #define DEBUGLOG "/usr/local/gopher/gophtech/log"
  3.  
  4. /* name of file for "About this Internet Gopher" */
  5. #define MSGFILE  "/usr/local/gopher/gophtech/MSG"
  6.  
  7. /* if you don't want the sources msg file, change filename to "" */
  8. #define SOURCES_MSGFILE      "/usr/local/gopher/gophtech/PROVIDERS"
  9. #define LOCAL_SOURCES_NODEID       "876"
  10.  
  11. /* If there's a local TechInfo server, you'll probably want to
  12.    define it below so that it's main menu will appear by default
  13.    when a gopher client sends just "" */
  14.  
  15. #define LOCALTI_SERVER       "penninfo-srv.upenn.edu"
  16. #define LOCALTI_PORT         "9000"
  17. #define LOCALTI_MAINMENU     "0"
  18.  
  19. /* Which host is the keeper of the TechInfo servers list worldwide? */
  20. #define TISERVERS_HOST  "penninfo-srv.upenn.edu"
  21. #define TISERVERS_PORT  "9000"
  22.  
  23.  
  24. /*
  25.   LOCAL GOPHER SERVER??? 
  26.   If there is a particular Gopher server that you want
  27.   the gateway to point to, then add it below.
  28.   If you don't have a gopher you want to point at, then
  29.   leave LOCALGOPHTITLE blank.
  30.   */
  31.  
  32. /*#define LOCALGOPHTITLE "" */
  33.  
  34. #define LOCALGOPHTITLE       "UPENN Gophers"
  35. #define LOCALGOPHERSERVER    "gopher.upenn.edu" 
  36. #define LOCALGOPHERPORT      "70"
  37. #define LOCALGOPHERPATH      ""
  38.  
  39. /* if you don't want full text WAIS-like searching enabled,
  40.    comment out the WAIS define below */
  41. /*#define WAIS*/
  42.  
  43.